From 93c8534b26b3f0fcfc8d21d364748dab48efd09c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 14 Jul 2014 13:00:14 -0700 Subject: [PATCH] Remove accidental debugging print --- src/bin/cargo.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 5b1d86bac..e0590fd4f 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -65,7 +65,6 @@ fn execute() { Some(path) => { let p1 = path.join("../lib/cargo").join(command.as_slice()); let p2 = path.join(command.as_slice()); - println!("{} {}", p1.display(), p2.display()); if p1.exists() { Command::new(p1) } else if p2.exists() { -- 2.30.2